home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / JIMJAMS.Form < prev    next >
Text File  |  1994-08-01  |  170b  |  26 lines

  1. JIMJAMS
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-1.5
  6.         x2= 0.3
  7.         y1=-0.9
  8.         y2= 0.9
  9.         bailout=4.0
  10.     }
  11.     {
  12.         z=pixel
  13.         c=pixel
  14.     }
  15.     {
  16.         z=pow(c,z)
  17.         z=z+c
  18.         w=abs(z)
  19.     }
  20.     {
  21.         w>bailout
  22.     }
  23.     {
  24.     }
  25. }
  26.